-
Notifications
You must be signed in to change notification settings - Fork 2
Structure and title updates #229
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
The latest updates on your projects. Learn more about Vercel for GitHub.
|
4b71c09
to
28504dd
Compare
Signed-off-by: Dan Barr <[email protected]>
It's only used in one place Signed-off-by: Dan Barr <[email protected]>
Signed-off-by: Dan Barr <[email protected]>
Signed-off-by: Dan Barr <[email protected]>
See facebook/docusaurus#9808 (comment) Signed-off-by: Dan Barr <[email protected]>
Signed-off-by: Dan Barr <[email protected]>
Signed-off-by: Dan Barr <[email protected]>
Signed-off-by: Dan Barr <[email protected]>
98de978
to
321e785
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR refactors the documentation structure by standardizing file extensions to .mdx
, updating page titles for consistency, and reorganizing content for better navigation. The changes aim to improve documentation maintainability and user experience.
Key changes:
- Standardizes all documentation files to use
.mdx
extension (except auto-generated files) - Updates page titles and sidebar structure for better organization
- Adds redirects for renamed pages to prevent broken links
- Improves accessibility with better aria-labels and cross-references
Reviewed Changes
Copilot reviewed 38 out of 44 changed files in this pull request and generated 1 comment.
File | Description |
---|---|
vercel.json | Adds redirects for renamed pages to maintain URL compatibility |
sidebars.ts | Restructures navigation with better categorization and updated file references |
docusaurus.config.ts | Improves accessibility with descriptive aria-labels for social media links |
Multiple .mdx files | Updates cross-references to use .mdx extensions and improves content organization |
Comments suppressed due to low confidence (1)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Description
Some structural polishing and refactoring:
.mdx
for consistency and less confusion (excluding auto-generated files pulled from the app repo)Related issues/PRs
N/A
Screenshots
New structure/titles in guides sections:
Merge checklist
Content
sidebars.ts
) updated for added, deleted, reordered, or renamed filesvercel.json
for moved, renamed, or deleted pages (i.e., if the URL slug changed)Reviews
Signed-off-by: Dan Barr [email protected]